home *** CD-ROM | disk | FTP | other *** search
INI File | 2001-06-14 | 543 b | 11 lines |
- [ProgressBar]
- 0=2,BackColor,public Color BackColor {override get; override set;}
- 1=2,Font,public Font Font {override get; override set;}
- 2=2,ForeColor,public Color ForeColor {override get; override set;}
- 3=2,Maximum,public int Maximum {get; set;}
- 4=2,Minimum,public int Minimum {get; set;}
- 5=2,RightToLeft,public RightToLeft RightToLeft {override get; override set;}
- 6=2,Step,public int Step {get; set;}
- 7=2,Value,public int Value {get; set;}
- 8=3,Increment,public void Increment(int value);
- 9=3,PerformStep,public void PerformStep();